Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test for learn more button color param #31

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

gurugopinath85
Copy link
Collaborator

Testing out PR for learn more button with color. Definitely not completed but trying to figure my way around the PRS and the code I have completed. The way I have set up the code is so that a learn more button can be added, and color changes.

Copy link
Collaborator

@mailynnguyen mailynnguyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Guru, good work. However, there are a few revisions that we would like:

  • Instead of svg tags, please use lucide react icons
  • Please use tailwind css instead of css
  • Also, you can just use the normal arrow function component, so something like this: const LearnMoreButton = ({ color }) => {}
  • And change the name of the file to be capitalized, so something like: LearnMoreButton.tsx

Also, the button more me looks like this:
image

Really good work, please send us a message if you need any clarification or help.

@mailynnguyen mailynnguyen added the do not merge need some changes label Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge need some changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants